google.golang.org/grpc.ClientConn.retryThrottler (field)

5 uses

	google.golang.org/grpc (current package)
		clientconn.go#L145: 	cc.retryThrottler.Store((*retryThrottler)(nil))
		clientconn.go#L485: 	retryThrottler     atomic.Value // Updated from service config.
		clientconn.go#L961: 		cc.retryThrottler.Store(newThrottler)
		clientconn.go#L963: 		cc.retryThrottler.Store((*retryThrottler)(nil))
		stream.go#L310: 		cs.retryThrottler = cc.retryThrottler.Load().(*retryThrottler)